home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / NeXTmille / Source / Mile_50_View.m < prev    next >
Text File  |  1990-12-26  |  164b  |  21 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "Mile_50_View.h"
  5.  
  6. @implementation Mile_50_View
  7.  
  8.  
  9. - init
  10. {
  11.  
  12.  
  13.     [ super init ];
  14.     myMiles = 50;
  15.     
  16.     return self;
  17. }
  18.  
  19.  
  20. @end
  21.